@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200;
  src: url(../design_version_4/fonts/Nunito/Nunito-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 100;
  src: url(../design_version_4/fonts/Nunito/Nunito-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: bold;
  font-weight: 200;
  src: url(../design_version_4/fonts/Nunito/Nunito-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 200;
  src: url(../design_version_4/fonts/Ubuntu/Ubuntu-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 100;
  src: url(../design_version_4/fonts/Ubuntu/Ubuntu-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: bold;
  font-weight: 200;
  src: url(../design_version_4/fonts/Ubuntu/Ubuntu-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Frutiger";
  font-style: italic;
  font-weight: 200;
  src: url(../../../../styles/font/Frutiger/fli.ttf) format("truetype");
}
@font-face {
  font-family: "Frutiger";
  font-style: normal;
  font-weight: 100;
  src: url(../../../../styles/font/Frutiger/flr.ttf) format("truetype");
}
@font-face {
  font-family: "Frutiger";
  font-style: bold;
  font-weight: 200;
  src: url(../../../../styles/font/Frutiger/flb.ttf) format("truetype");
}
@font-face {
  font-family: "Frutiger";
  font-style: normal;
  font-weight: 100;
  src: url(../../../../styles/font/Frutiger/ftl.ttf) format("truetype");
}
/* BOX SHADOW */
/* COLOR */
/* SIZE */
/* FONTS */
/* SITE */
/* SITE */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Frutiger";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.ui-jqgrid .ui-jqgrid-sortable,
.ui-jqgrid tr.ui-widget-content td {
  font-family: "Frutiger";
  font-size: 12px!important;
  min-height: 30px;
  line-height: 26px;
  padding-left: 10px!important;
  vertical-align: 24px!important;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  font-family: "Frutiger";
  font-weight: 100;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
a {
  font-family: "Frutiger";
  color: #337ab7;
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underlined {
  text-decoration: underline;
}
.text-centered {
  text-align: center;
}
.bootbox {
  font-weight: 100;
}
.ui-state-default,
.ui-jqgrid-pager,
.ui-corner-bottom,
.ui-paging-info,
.ui-pg-input,
.ui-jqgrid .ui-jqgrid-pager table.ui-pg-table tr td,
.btn,
.dropdown-header,
.bootbox,
.ui-pg-div {
  font-family: "Frutiger";
}
.btn,
.dropdown-header {
  font-weight: 200;
}
html,
body,
a,
span,
div,
ul,
li {
  font-family: "Arial";
  font-weight: 100;
}
h1,
h2,
h3,
.title {
  font-family: 'Nunito', 'sans-serif';
}
.fa-is-empty {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  body {
    margin: 0 !important;
  }
}
body .site {
  display: flex;
  height: 100vh;
}
body .site #main-menu {
  background-color: #fff;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body .site #main-menu {
    overflow-y: auto;
    position: inherit;
    flex: initial;
  }
  body .site #main-menu.navbar.fixed-left {
    width: 300px;
  }
}
body .site #main-menu .logo {
  width: 100%;
  height: auto;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .site #main-menu .logo img {
  width: 138px;
  height: 62px;
}
body .site #main-menu .more-info {
  color: #888888;
  padding: 20px 40px;
  text-align: center;
  padding-bottom: 20px;
  border-top: #D9D9D9 1px solid;
}
body .site #main-menu .more-info.user-guide a {
  text-transform: uppercase;
}
body .site #main-menu .more-info a,
body .site #main-menu .more-info span {
  color: #005bbb;
  font-weight: bold;
  text-decoration: none;
}
body .site #main-menu #navbarMainMenu {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body .site #main-menu #navbarMainMenu .left-menu {
    padding-top: 30px;
  }
}
body .site #main-menu #navbarMainMenu .left-menu span {
  font-family: 'Nunito', 'sans-serif';
}
body .site #main-menu #navbarMainMenu .left-menu .categorie {
  padding-bottom: 20px;
}
body .site #main-menu #navbarMainMenu .left-menu .categorie .title {
  margin-left: 15px;
}
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item {
  text-decoration: none;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item.active {
  position: relative;
}
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item.active i,
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item.active span {
  color: #000;
  font-weight: bold;
}
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item.active::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #005bbb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(254, 88, 21, 0.05);
}
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item i,
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item span {
  color: #888888;
  margin-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item i:hover,
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item span:hover {
  color: #1a1a1a;
}
body .site .site-content {
  background-color: #fafafa;
  flex: 1 auto;
  max-height: 100vh;
  max-width: 100%;
}
@media (min-width: 768px) {
  body .site .site-content {
    width: calc(100% - 300px);
  }
}
body .site .site-content .marqueur-docaposte {
  background: center / contain no-repeat url('../../img/Marqueur_Docaposte_RVB_transparent.png');
}
body .site .site-content .marqueur-docaposte-b {
  background: center / contain no-repeat url('../../img/Marqueur_Docaposte_BLANC.png');
}
body .site #head-eparapheur {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
body .site #head-eparapheur .title {
  font-size: 32px;
  font-family: 'Nunito', 'sans-serif';
  margin-left: 80px;
  padding: 0;
}
body .site #head-eparapheur .profil {
  margin-right: 80px;
}
body .site #head-eparapheur .profil a,
body .site #head-eparapheur .profil:visited {
  color: #005bbb;
}
body .site #head-eparapheur .profil .name {
  text-transform: capitalize;
}
body .site #head-eparapheur .profil p {
  margin: 0px;
}
body .site #head-eparapheur .profil span.flag-fr {
  display: inline-block;
  width: 16px;
  background: center / contain no-repeat url('../../img/flag_fr.png');
}
body .site #head-eparapheur .profil span.flag-en {
  display: inline-block;
  width: 20px;
  background: center / contain no-repeat url('../../img/flag_uk.png');
}
body .site #main-container {
  margin: 0;
  padding: 0 80px;
  flex: 1;
  height: 100%;
  overflow: auto;
  padding-top: 20px;
}
body .site #main-container .jqgrid-show-hide-cols {
  color: #005bbb;
}
body .site #main-container.disconnect {
  justify-content: center;
  align-content: center;
  display: flex;
  flex-direction: column;
}
body .site #main-container.disconnect .logo {
  max-height: 150px;
  justify-content: center;
  align-content: center;
  display: flex;
  margin: 20px;
  margin-top: 0;
}
body .site #main-container.disconnect .info-disconnect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .site #main-container.disconnect .info-disconnect .subtitle {
  color: #005bbb;
  font-size: 18px;
}
body .site #main-container.disconnect .info-disconnect .info,
body .site #main-container.disconnect .info-disconnect a.connect {
  background-color: #D9D9D9;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
  padding: 40px;
  margin: 10px;
  color: #000;
  font-weight: bold;
}
body .site #main-container.disconnect .info-disconnect .info.connect,
body .site #main-container.disconnect .info-disconnect a.connect.connect {
  display: flex;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  body .site #main-container.disconnect .info-disconnect .info.connect,
  body .site #main-container.disconnect .info-disconnect a.connect.connect {
    padding: 40px 100px;
    width: 400px;
  }
}
body .site footer {
  background-color: #000;
  color: #fff;
  height: 60px;
  min-height: inherit;
  margin: 0;
  padding: 0 80px;
  display: flex;
  align-items: center;
}
body .site footer a {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0 10px;
  font-weight: bold;
  cursor: pointer;
}
body .site footer .marqueur-docaposte,
body .site footer .marqueur-docaposte-b {
  min-height: 30px;
}
body .w100 {
  width: 100%;
}
body .h100 {
  height: 100%;
}
body .maxh-100 {
  max-height: 100%;
}
body .mt-auto {
  margin-top: auto;
}
body h3 {
  font-size: 14px;
  color: #888888;
}
body .txt_info {
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
body .is-flex {
  display: flex;
  flex-direction: column;
}
body button.btn,
body a.btn {
  border-radius: 4px;
  transition: all 0.3s;
}
body button.btn:hover,
body a.btn:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
}
body button.btn-next,
body div.btn-next,
body a.btn-next {
  background-color: #005bbb;
  color: #fff;
}
body button.btn-next:hover,
body div.btn-next:hover,
body a.btn-next:hover,
body button.btn-next:active,
body div.btn-next:active,
body a.btn-next:active,
body button.btn-next:focus,
body div.btn-next:focus,
body a.btn-next:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 24px rgba(0, 0, 0, 0.05);
  background-color: #005bbb;
  color: #fff;
}
body .btn.disable {
  background-color: #D9D9D9;
  color: #888888;
  cursor: not-allowed;
}
body #services .service-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -20px;
}
body #services .service-group .service {
  height: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  flex-basis: calc(20% - 20px);
  margin-right: 20px;
  margin-top: 20px;
  transition: all 0.3s;
}
body #services .service-group .service:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 4px 24px rgba(0, 0, 0, 0.04);
}
body #services .service-group .service a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
@media (max-width: 1290px) {
  body #services .service-group .service {
    flex-basis: calc(25% - 20px);
  }
}
@media (max-width: 780px) {
  body #services .service-group .service {
    flex-basis: calc(50% - 20px);
  }
  body #services .service-group .service:nth-child(2) {
    margin-right: 0;
  }
}
body #services .service-group .service:last-child {
  margin-right: 0;
}
body #services .service-group .service .service-title {
  height: 60%;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #services .service-group .service .service-title img {
  max-height: 100%;
}
body #services .service-group .service .service-content {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
body #services .service-group .service .service-content .txt {
  font-weight: bold;
}
body #services .service-group .service #dashboard-deposit {
  background: center / contain no-repeat url('../../img/EDF/pictos/courrier-vert-fonce.png') #c4d600;
}
body #services .service-group .service #dashboard-publipostage {
  background: center / contain no-repeat url('../../img/EDF/pictos/services-internes-orange-fonce.png') #fe5815;
}
body #services .service-group .service #dashboard-mymail {
  background: center / contain no-repeat url('../../img/EDF/pictos/suivi-courrier-bleu-fonce.png') #005bbb;
}
body #services .service-group .service #dashboard-library {
  background: center / contain no-repeat url('../../img/EDF/pictos/liste-vert-fonce.png') #c4d600;
}
body #services .service-group .service #dashboard-search {
  background: center / contain no-repeat url('../../img/EDF/pictos/rechercher-bleu-fonce.png') #005bbb;
}
body #informations {
  padding-top: 40px;
}
body #informations .information-group {
  margin-top: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
  min-height: 150px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body #informations .information-group .information {
  flex-basis: calc(25%);
  border-right: solid 2px #D9D9D9;
  margin: 10px 0;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
body #informations .information-group .information:last-child {
  border-right: inherit;
}
body #informations .information-group .information .puce {
  width: 25px;
  height: 25px;
  display: inline-block;
  /*&:nth-child(4n) {
          background-color: blue;
        }

        &:nth-child(4n+1) {
          background-color: green;
        }

        &:nth-child(4n+2) {
          background-color: orange;
        }

        &:nth-child(4n+3) {
          background-color: red;
        }*/
}
body #informations .information-group .information .number {
  font-size: 34px;
  font-family: 'Nunito', 'sans-serif';
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
body #informations .information-group .information .dashboard-state-link {
  text-decoration: none;
  color: #1a1a1a;
}
body .grid-container {
  /* CONTENT TABLE */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 0 0 8px 8px;
  /* FOOTER TABLE */
}
body .grid-container .ui-jqgrid-view .ui-state-default.ui-jqgrid-hdiv {
  border-radius: 8px 8px 0 0;
}
body .grid-container .ui-jqgrid-view thead tr.ui-jqgrid-labels th {
  background-color: #005bbb !important;
  color: #fff !important;
  border-right: solid 1px #fff !important;
}
body .grid-container .ui-jqgrid-view thead tr.ui-jqgrid-labels th div {
  font-family: 'Nunito', 'sans-serif' !important;
  font-weight: 200 !important;
}
body .grid-container .ui-jqgrid-view thead tr.ui-jqgrid-labels th:first-child,
body .grid-container .ui-jqgrid-view thead tr.ui-jqgrid-labels th:last-child {
  border-right: inherit !important;
}
body .grid-container .ui-jqgrid-view thead tr.ui-search-toolbar th {
  background-color: #E2F0FF !important;
}
body .grid-container .ui-jqgrid-view thead tr.ui-search-toolbar th div {
  text-align: center;
}
body .grid-container .ui-jqgrid-view table.ui-jqgrid-btable tbody tr td {
  font-family: 'Nunito', 'sans-serif';
  color: #888888 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: solid 1px #D9D9D9 !important;
  vertical-align: middle !important;
}
body .grid-container .ui-jqgrid-view table.ui-jqgrid-btable tbody tr td:first-child,
body .grid-container .ui-jqgrid-view table.ui-jqgrid-btable tbody tr td:last-child {
  border-right: 0 !important;
}
body .grid-container .ui-jqgrid-view table.ui-jqgrid-btable tbody tr:nth-child(2n-1) td {
  background-color: #fafafa !important;
}
body .grid-container .ui-jqgrid-view table.ui-jqgrid-btable tbody tr:nth-child(2n) td {
  background-color: #fff !important;
}
body .grid-container .ui-jqgrid-view table.ui-jqgrid-btable tbody tr:hover td {
  background-color: #E2F0FF !important;
}
body .grid-container .ui-jqgrid-view table.ui-jqgrid-btable tbody tr.ui-state-highlight td {
  background-color: #E2F0FF !important;
}
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_left td.ui-pg-button,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_center td.ui-pg-button,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_right td.ui-pg-button {
  padding: 5px;
}
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_left td.ui-pg-button .ui-pg-div,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_center td.ui-pg-button .ui-pg-div,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_right td.ui-pg-button .ui-pg-div,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_left td.ui-pg-button .ui-icon,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_center td.ui-pg-button .ui-icon,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_right td.ui-pg-button .ui-icon {
  border-radius: 8px;
  background-color: #005bbb;
  color: #fff;
}
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_left td.ui-pg-button .ui-pg-div::before,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_center td.ui-pg-button .ui-pg-div::before,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_right td.ui-pg-button .ui-pg-div::before,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_left td.ui-pg-button .ui-icon::before,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_center td.ui-pg-button .ui-icon::before,
body .grid-container .ui-jqgrid-view #list-documents_nav #pg_list-documents_nav #list-documents_nav_right td.ui-pg-button .ui-icon::before {
  width: 25px;
  height: 25px;
}
body .grid-container .ui-jqgrid-pager table.ui-pg-table {
  /* Autres parties (CENTER/RIGHT) */
  /* PARTIE LEFT*/
}
body .grid-container .ui-jqgrid-pager table.ui-pg-table .ui-pg-button {
  opacity: 1;
}
body .grid-container .ui-jqgrid-pager table.ui-pg-table .ui-pg-button:hover {
  background-color: inherit !important;
}
body .grid-container .ui-jqgrid-pager table.ui-pg-table .ui-pg-button .ui-icon {
  background-image: url(../../../lib/jqueryUI/css/ui-lightness/images/ui-icons_ffffff_256x240.png);
  background-color: #005bbb !important;
  border-radius: 4px;
}
body .grid-container .ui-jqgrid-pager table.ui-pg-table.navtable .ui-pg-button {
  background-color: inherit !important;
  border-radius: inherit;
}
body .grid-container .ui-jqgrid-pager table.ui-pg-table.navtable .ui-pg-button .ui-pg-div {
  background-color: #005bbb !important;
  border-radius: 4px;
  opacity: 1;
  color: #fff;
}
body .grid-container .ui-jqgrid-pager table.ui-pg-table.navtable .ui-pg-button .ui-pg-div .ui-icon {
  background-image: url(../../../lib/jqueryUI/css/ui-lightness/images/ui-icons_ffffff_256x240.png);
}
body #actions-menu .panel-heading,
body #main-container .alert-info.title-parapheur {
  background-color: #005bbb;
  color: #fff !important;
  font-weight: normal;
}
body #new-email {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
}
body #new-email #tab-filigrane {
  margin: 0;
  display: grid;
  padding: 0;
  padding-bottom: 40px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  width: 100%;
  border: none;
}
body #new-email #tab-filigrane li {
  flex: 1;
  height: 100%;
  display: flex;
}
body #new-email #tab-filigrane li a {
  color: #888888;
  border: none;
  margin: 0;
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 15px;
}
body #new-email #tab-filigrane li.active {
  border-bottom: solid 3px #005bbb;
}
body #new-email #tab-filigrane li.active a {
  color: #000;
  font-weight: bold;
}
body #new-email #tab-filigrane li:not(.active) {
  border-bottom: solid 3px #D9D9D9;
}
body #new-email .bouton-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
}
body #new-email #myTabContent {
  padding-left: 40px;
  padding-right: 40px;
}
body #new-email #myTabContent .dropzone {
  margin-top: 40px;
  background: #fafafa;
  border-radius: 8px;
  padding: 0 40px;
  height: 300px;
  justify-content: center;
}
body #new-email #myTabContent .dropzone:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 4px 24px rgba(0, 0, 0, 0.04);
}
body #new-email #myTabContent .dropzone.dz-drag-hover {
  opacity: 0.8;
  background-color: #D9D9D9;
}
body #new-email #myTabContent #fichiers #choixMode {
  margin-bottom: 10px;
}
body #new-email #previews h3 {
  font-size: 18px;
}
body #new-email #previews #previews-pj,
body #new-email #previews #previews-courrier {
  min-height: 40px;
  width: 100%;
  border-radius: 8px;
  border: #D9D9D9 2px solid;
  padding: 10px 5px;
}
body #new-email #previews #previews-pj > div,
body #new-email #previews #previews-courrier > div {
  width: 100%;
  border: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
  margin-top: 10px;
}
body #new-email #previews #previews-pj > div:first-child,
body #new-email #previews #previews-courrier > div:first-child {
  margin-top: 0;
}
body #new-email #previews #previews-pj > div .dropzone-info,
body #new-email #previews #previews-courrier > div .dropzone-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
body #new-email #previews #previews-pj > div .dropzone-info .dropzone-sortable,
body #new-email #previews #previews-courrier > div .dropzone-info .dropzone-sortable {
  margin-right: 10px;
}
body #new-email #previews #previews-pj > div .dropzone-info .dropzone-file,
body #new-email #previews #previews-courrier > div .dropzone-info .dropzone-file {
  flex: 1;
  display: flex;
  align-items: center;
}
body #new-email #previews #previews-pj > div .dropzone-info .dropzone-file .name,
body #new-email #previews #previews-courrier > div .dropzone-info .dropzone-file .name {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body #new-email #previews #previews-pj > div .dropzone-info .dropzone-file .name i,
body #new-email #previews #previews-courrier > div .dropzone-info .dropzone-file .name i {
  font-weight: bold;
}
body #new-email #previews #previews-pj > div .dropzone-info .dropzone-file .name span,
body #new-email #previews #previews-courrier > div .dropzone-info .dropzone-file .name span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  font-weight: bold;
}
body #new-email #previews #previews-pj > div .dropzone-info .dropzone-file .size,
body #new-email #previews #previews-courrier > div .dropzone-info .dropzone-file .size {
  color: #888888;
  margin-left: 20px;
}
body #new-email #previews #previews-pj > div .dropzone-info .dropzone-actions,
body #new-email #previews #previews-courrier > div .dropzone-info .dropzone-actions {
  margin-left: 10px;
}
body #new-email #previews #previews-pj > div .dropzone-info .dropzone-actions a,
body #new-email #previews #previews-courrier > div .dropzone-info .dropzone-actions a {
  color: black;
  text-decoration: none;
}
body #new-email #recapitulatif .info h2 {
  border-bottom: solid 3px #D9D9D9;
}
body #new-email #recapitulatif .info h3 {
  text-transform: uppercase;
}
body #new-email #recapitulatif .info > .courrier .depot div,
body #new-email #recapitulatif .info > .courrier .zone div {
  font-weight: bold;
}
body #new-email #recapitulatif .info > .options .zone div {
  font-weight: bold;
}
body #new-email #myOptions input[type=radio],
body #view-mail-recap #myOptions input[type=radio] {
  display: none;
}
body #new-email #myOptions .form-group,
body #view-mail-recap #myOptions .form-group {
  padding-left: 15px;
  padding-right: 15px;
}
body #new-email #myOptions .form-group .input-group,
body #view-mail-recap #myOptions .form-group .input-group {
  display: flex;
}
body #new-email #myOptions .form-group .input-group .custom-control,
body #view-mail-recap #myOptions .form-group .input-group .custom-control {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 40px;
  height: 80px;
  border: 1px solid #D9D9D9;
  padding: 5px;
}
body #new-email #myOptions .form-group .input-group .custom-control:last-child,
body #view-mail-recap #myOptions .form-group .input-group .custom-control:last-child {
  margin-right: 0;
}
body #new-email #myOptions .form-group .input-group .custom-control:hover,
body #view-mail-recap #myOptions .form-group .input-group .custom-control:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 4px 24px rgba(0, 0, 0, 0.04);
}
body #new-email #myOptions .form-group .input-group .custom-control.active,
body #view-mail-recap #myOptions .form-group .input-group .custom-control.active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(254, 88, 21, 0.05);
  border-color: #005bbb;
}
body #new-email #myOptions .form-group .input-group .custom-control label,
body #view-mail-recap #myOptions .form-group .input-group .custom-control label {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #new-email #myOptions .form-group .input-group .custom-control,
body #view-mail-recap #myOptions .form-group .input-group .custom-control {
  margin-top: 0;
  margin-bottom: 0;
}
body #menuArchive .input-group {
  display: flex;
}
body #menuArchive .input-group .archive-choice .custom-control {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 40px;
  height: 80px;
  border: 1px solid #D9D9D9;
  padding: 5px;
}
body #menuArchive .input-group .archive-choice .custom-control.active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(254, 88, 21, 0.05);
  border-color: #005bbb;
}
body #menuArchive .input-group .archive-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 75px;
}
body #menuArchive .input-group .archive-choice {
  justify-content: center;
  align-items: center;
  text-align: center;
}
body #menuArchive .input-group .archive-choice .custom-control [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body .bootbox.modal,
body .modal.fade.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  overflow-y: hidden;
}
body .bootbox.modal .modal-dialog,
body .modal.fade.in .modal-dialog {
  border-radius: 8px;
  min-height: 10%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  max-height: 95%;
}
body .bootbox.modal .modal-dialog.big_modal,
body .modal.fade.in .modal-dialog.big_modal {
  max-height: 95%;
}
body .bootbox.modal .modal-dialog .modal-content,
body .modal.fade.in .modal-dialog .modal-content {
  border-radius: 8px;
  max-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
body .bootbox.modal .modal-dialog .modal-content .modal-header,
body .modal.fade.in .modal-dialog .modal-content .modal-header {
  background-color: #005bbb;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  min-height: auto;
}
body .bootbox.modal .modal-dialog .modal-content .modal-header button.close,
body .modal.fade.in .modal-dialog .modal-content .modal-header button.close {
  color: #fff;
  opacity: 1;
}
body .bootbox.modal .modal-dialog .modal-content .modal-body,
body .modal.fade.in .modal-dialog .modal-content .modal-body {
  max-height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body,
body .modal.fade.in .modal-dialog .modal-content .modal-body .bootbox-body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body #recapValid .form-group.top-buttons-container,
body .modal.fade.in .modal-dialog .modal-content .modal-body .bootbox-body #recapValid .form-group.top-buttons-container,
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body #managerValid .form-group.top-buttons-container,
body .modal.fade.in .modal-dialog .modal-content .modal-body .bootbox-body #managerValid .form-group.top-buttons-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: inherit !important;
  top: inherit !important;
}
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body #recapValid .form-group.top-buttons-container .btn,
body .modal.fade.in .modal-dialog .modal-content .modal-body .bootbox-body #recapValid .form-group.top-buttons-container .btn,
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body #managerValid .form-group.top-buttons-container .btn,
body .modal.fade.in .modal-dialog .modal-content .modal-body .bootbox-body #managerValid .form-group.top-buttons-container .btn {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.04);
  margin: 5px 0;
  width: 100%;
}
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body #recapValid .form-group.top-buttons-container .btn.btn-default.back,
body .modal.fade.in .modal-dialog .modal-content .modal-body .bootbox-body #recapValid .form-group.top-buttons-container .btn.btn-default.back,
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body #managerValid .form-group.top-buttons-container .btn.btn-default.back,
body .modal.fade.in .modal-dialog .modal-content .modal-body .bootbox-body #managerValid .form-group.top-buttons-container .btn.btn-default.back {
  order: 2;
}
body .bootbox.modal .modal-dialog .modal-content .modal-body .contenu,
body .modal.fade.in .modal-dialog .modal-content .modal-body .contenu {
  text-align: justify;
}
body .bootbox.modal .modal-dialog .modal-content .modal-body .contenu a,
body .modal.fade.in .modal-dialog .modal-content .modal-body .contenu a {
  color: #FFF;
  text-decoration: underline;
}
body .popup .modal-content {
  border-radius: inherit !important;
  border: inherit !important;
}
body .popup .modal-content .modal-body {
  background-color: #005bbb;
  color: #fff;
  margin-top: 0;
  padding-top: 0;
}
body .popup .modal-content .modal-body .title {
  text-transform: uppercase;
  font-size: 20px;
}
body .popup .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  background-color: #005bbb;
  color: #fff;
}
body #custom_logout {
  width: 60%;
  margin: 5% auto;
  text-align: center;
  font-family: 'Nunito', 'sans-serif';
}
body #custom_logout div {
  font-family: 'Nunito', 'sans-serif';
  font-size: 16px;
}
body #custom_logout .logout-logo {
  margin-bottom: 60px;
}
body #custom_logout .logout-logo img {
  width: 20%;
}
body #custom_logout h2 {
  color: #005bbb;
}
body #custom_logout hr {
  color: #EEEEEE;
}
body #custom_logout .logout-wide-box,
body #custom_logout .logout-narrow-box {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: #EEEEEE;
}
body #custom_logout .logout-narrow-box {
  width: 20%;
  padding-left: 90px;
  padding-right: 90px;
}
body .publipostage-details {
  position: relative;
}
body .publipostage-details input {
  /*position: absolute;
      left: 245px;*/
}
body .publipostage-details input[type=text]::placeholder {
  font-size: 12px;
}
body .publipostage-details h3 {
  color: #005bbb;
  font-size: 16px;
}
#view-doc-options {
  overflow-y: auto;
}
#view-doc-options h2 {
  font-size: 18px;
}
#view-doc-options h3 {
  text-transform: uppercase;
  font-size: 16px;
}
#workflowModal .modal-dialog {
  max-height: 95%;
}
#workflowModal .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
#workflowModal .modal-dialog .modal-content .modal-body .state-obj {
  width: 100%;
}
.multiselect-container.dropdown-menu > li > a {
  padding-left: 25px;
}
body .site #main-menu #navbarMainMenu .left-menu .categorie a.item.active::before {
  background: #93C90E;
}
body .site #main-menu .logo {
  min-height: 140px;
}
body .site #main-menu .logo img {
  height: auto;
}
body .site #recapitulatif .recapWarning h3 {
  color: #005bbb;
  border: 1px solid #005bbb;
  font-size: 16px;
  padding: 3px 5px;
}
body .site .bannerWarning {
  color: #005bbb;
  border: 1px solid #005bbb;
  font-size: 14px;
  margin-left: 80px;
  padding: 3px 5px;
  width: 70%;
}
body .site .bannerWarning strong {
  font-weight: bold;
}
body .site .new_document #prerequis {
  background: #deebf7;
  padding: 4px;
}
body .site .new_document #prerequis a {
  font-size: 14px;
}
body .site div#menuArchive div.row .col-md-4,
body .site div#menuArchive div.row .col-md-2 {
  font-family: 'Nunito', 'sans-serif';
}
@media (min-width: 992px) {
  body #legalMentions .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  body #legalMentions .modal-dialog {
    width: 900px;
  }
}
body #legalMentions .contenu .footnotes {
  font-size: 0.8em;
}
body #services .service-group .service #dashboard-deposit {
  background: center / contain no-repeat url('../../img/EDF/pictos/courrier-vert-clair.png') #001A70;
}
body #services .service-group .service #dashboard-publipostage {
  background: center / contain no-repeat url('../../img/EDF/pictos/services-internes-bleu-fonce.png') #C4D600;
}
body #services .service-group .service #dashboard-mymail {
  background: center / contain no-repeat url('../../img/EDF/pictos/suivi-courrier-vert-clair.png') #001A70;
}
body #services .service-group .service #dashboard-library {
  background: center / contain no-repeat url('../../img/EDF/pictos/liste-bleu-fonce.png') #C4D600;
}
body #services .service-group .service #dashboard-search {
  background: center / contain no-repeat url('../../img/EDF/pictos/rechercher-vert-clair.png') #001A70;
}
body #gview_list-documents th {
  text-align: center;
}
body #gview_list-documents th div.ui-jqgrid-sortable {
  padding-left: 0px !important;
}
body .ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
  padding-right: 8px;
}
